-
Notifications
You must be signed in to change notification settings - Fork 14
feat: update versions colors #2530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -32,7 +32,7 @@ export function VersionsContainer({cluster, loading}: VersionsContainerProps) { | |||
{tablets: false, fieldsRequired: ['SystemState', 'SubDomainKey']}, | |||
{pollingInterval: autoRefreshInterval}, | |||
); | |||
const versionToColor = useVersionToColorMap(); | |||
const versionToColor = useVersionToColorMap(cluster); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cluster
param was forgot here, that's why the bar in Versions was always grey
7222df0
to
7e5707a
Compare
--versions-pink-4: #ffb0e1; | ||
} | ||
&_theme_dark, | ||
&_theme_dark-hc { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,106 @@ | |||
.g-root { | |||
&_theme_light, | |||
&_theme_light-hc { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -2,6 +2,7 @@ | |||
@forward './themes.scss'; | |||
@forward './unipika.scss'; | |||
@forward './illustrations.scss'; | |||
@forward './versions.scss'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's important to not forget to import it in internal and EM version
Closes #2497
Stand: https://nda.ya.ru/t/FfJLiROc7FzRMm
Palette: https://nda.ya.ru/t/X93Hbu647FzhFS
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Test Changes Summary ⏭️1
⏭️ Skipped Tests (1)
Bundle Size: 🔺
Current: 84.01 MB | Main: 84.00 MB
Diff: +9.54 KB (0.01%)
ℹ️ CI Information